GrapeCity.Xaml.SpreadSheet.Data
FloatingObjectCollection<T> Class
Members 


GrapeCity.Xaml.SpreadSheet.Data Namespace : FloatingObjectCollection<T> Class
Represents a collection for a floating object.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class FloatingObjectCollection(Of T As FloatingObject) 
   Inherits NotifyCollection(Of T)
'Usage
 
Dim instance As FloatingObjectCollection(Of T)
[DefaultMember("Item")]
public class FloatingObjectCollection<T> : NotifyCollection<T> 
where T: FloatingObject
Type Parameters
T
Inheritance Hierarchy

System.Object
   GrapeCity.Xaml.SpreadSheet.Data.NotifyCollectionBase<T>
      GrapeCity.Xaml.SpreadSheet.Data.NotifyCollection<T>
         GrapeCity.Xaml.SpreadSheet.Data.FloatingObjectCollection<T>
            GrapeCity.Xaml.SpreadSheet.Data.FloatingObjects
            GrapeCity.Xaml.SpreadSheet.Data.SpreadCharts
            GrapeCity.Xaml.SpreadSheet.Data.SpreadPictures

See Also

Reference

FloatingObjectCollection<T> Members
GrapeCity.Xaml.SpreadSheet.Data Namespace